home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
The Original Shareware 1.1
/
The Original Shareware (WeMake CDs)(Volume 1.1)(CDs, Inc)(1993).iso
/
36
/
dvsi1_11.zip
/
WHATSNEW.DOC
< prev
next >
Wrap
Text File
|
1991-08-18
|
6KB
|
135 lines
A list of the changes....
------------------------------------------------------------------------
August 19, 1991: Version 1.11 released
This is essentially a maintenance release, although a few new
features have been added.
BUG FIXES:
DVSIXDI.COM:
Some users reported lockup at DV title screen. This
was because I was not checking if I got the common
memory that I allocate at DV initialization. If the user
has the minimum of 13K of common memory available,
DVSIXDI.COM would do bad things and kill the system.
In this version, if DVSIXDI finds that not enough memory
is available, it disables itself. Running any of the
programs will report the problem.
While trying to find other bugs, I found two potential,
if not already realized, problems. First, I was making
a DV API call when I shouldn't have been. This call
had to do with getting a timer. Now, I capture INT 1C
and count my own ticks, rather than have DV do it. This
changes the programmer's interface to DVSIXDI slightly.
Second, I was not saving the value of AX in some cases.
This may cause problems with software which uses INT 2F.
I moved the code to compute instantaneous CPU time from
the RESTORE_STATE call to the SAVE_STATE call. This
was done because a process's interrupts are still valid
in the SAVE_STATE call, but not in RESTORE_STATE.
WN:
Manipulating an orphaned window caused a lot of problems.
WN now checks if the window is orphaned, and doesn't let
you do a whole lot.
All programs:
When run outside DV, each program had a different way of
erroring out. I now all the programs consistent - they
simply print a message that DV 2.26 or higher is required.
NEW FEATURES:
WN:
KILL:
PS:
At user request, a leading "%" is ignored in the <process id>
field.
DF:
Added a drive list option so that only specified drives
will be reported. Also made output more Unix-like.
------------------------------------------------------------------------
August 12, 1991: Version 1.10 released
(I had it all ready to be released on August 9. However,
my hard drive controller decided to die overnight, and took
all the data on one of my drives with it. I lost 3 days of work,
and spent the weekend rewriting the 3 days of code.)
BUG FIXES
PS: Occasional crash when not using /c, because a timer was
being freed even though it wasn't allocated. All fixed now.
Some system memory wasn't be deallocated properly, now fixed
Processes started from DVTREE by Michael Weaver had
the wrong names in the NAME and KEY fields. The same
problem occurred for some users that started programs from
a startup script. I know for certain the first is solved;
I hope the second is also. It seems that DESQview
sometimes gives the wrong offset into DESQVIEW.DVO when
you ask it. I now grab the Open keys directly from
the DVP in memory and use them to search for the NAME
in DESQVIEW.DVO.
As a side effect of above, I was able to fix the bug
when Add A Program and Delete A Program were used. PS
doesn't get hopelessly confused anymore, but displays
"(not available)" in the NAME field if DESQVIEW.DVO
is changed while PS is running. They KY field is valid,
however. To fix the problem, simply exit PS and restart.
The problem will only occur if you Add A Program and
run it while PS is running.
Orphaned processes and the DV System process now
display a "?" in the SW field, rather than a meaningless
Switch Windows number.
NEW FEATURES
PS: If /d options is not specified, searches C:\DV first,
then looks at PATH to find DESQVIEW.DVO.
Reformatted fields somewhat to make more space.
Added CPU Time and CPU Utilization fields
Added /r options to dynamically resize the window
when using /c
The /c no longer clears the screen unless it absolutely
must. This got annoying to watch.
Added /l option with more information: Default keyboard,
mailbox and objectq handles, cursor and windows positions,
and window sizes.
Can specify one process id to view.
NEW PROGRAMS
DF: Free and used disk space
MEMSTAT:
Alternative to DESQview's Memory Status
PERF:
Performance statistics like CPU Utilization, etc.
WN: Kill, raise, lower, hide, suspend or top windows
UPTIME:
Displays the amount of time DESQview has been running
KILL:
Kills a DESQview process
------------------------------------------------------------------------
July 21, 1991: Version 1.0 released
Contained a very basic PS command